Skip to content

Conversation

@nika-nordic
Copy link
Contributor

@nika-nordic nika-nordic commented Feb 24, 2025

nrfx 3.11.0 introduces MDK 8.70.0, which renames L20 and L09 targets.

Upstream PR: zephyrproject-rtos/zephyr#86238

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Feb 24, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_nordic zephyrproject-rtos/hal_nordic@a1db06a zephyrproject-rtos/hal_nordic#280 zephyrproject-rtos/hal_nordic#280/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@nika-nordic nika-nordic force-pushed the integrate_nrfx_3_11_sdkzephyr branch 4 times, most recently from 917ebdd to 5bf65f0 Compare February 27, 2025 11:25
Rafal-Nordic and others added 8 commits February 28, 2025 07:55
Adding support for SWEXT (SWitch EXTernal) peripheral.

Signed-off-by: Rafal Dyla <[email protected]>
(cherry picked from commit 2e44835)
Update version to include USBREG HAL driver fix.

Signed-off-by: Johann Fischer <[email protected]>
(cherry picked from commit f00d42f)
The drivers still use the USBREG HAL driver which enables/disables the
interrupt by itself.

Signed-off-by: Johann Fischer <[email protected]>
(cherry picked from commit a05fd62)
… 3.11.0

New nrfx version integrates MDK 8.70.0.

Upstream PR #: 86238

Signed-off-by: Nikodem Kastelik <[email protected]>
…to new scheme

MDK 8.70.0 introduced following changes in the device naming:
- renamed nRF54L20 Eng A to nRF54LM20A Eng A
- renamed nRF54L09 Eng A to nRF54LV10A Eng A
Actual SoC renaming will happen in followup PR.

Upstream PR #: 86238

Signed-off-by: Nikodem Kastelik <[email protected]>
Some of the CLOCK events are associated with features
not available on every nRF device.

Upstream PR #: 86238

Signed-off-by: Nikodem Kastelik <[email protected]>
…ness

Setting frame size and endianess is now supported in UARTE HAL,
so these settings must have default values configured
to avoid compiler warnings about uninitialized fields.

Upstream PR #: 86238

Signed-off-by: Nikodem Kastelik <[email protected]>
Some time ago a new shim for nRF UARTE was added (uart_nrfx_uarte2.c)
which used nrfx_uarte.c driver underneath. It was supposed to support
nrf54x platforms. However, later on legacy driver (uart_nrfx_uarte.c)
was extended to support nrf54x platforms and it takes less code size,
has better performance and more features. Shim uart_nrfx_uarte2 will
no longer be supported. As new shim is the default and there is a
Kconfig to pick the legacy shim (CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=y)
it cannot be deprecated in the normal way. Additional Kconfig option
is created (DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM) which is enabled
if CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n and it selects DEPRECATED.
A warning was also added to the CMakeLists.txt.

Patch removes use CONFIG_UART_NRFX_UARTE_LEGACY_SHIM in tests.

Signed-off-by: Krzysztof Chruściński <[email protected]>
(cherry picked from commit 70118c0)
@nika-nordic
Copy link
Contributor Author

already merged in #2578

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants